body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    background-color: rgb(40, 40, 40);
}
table {
    width: 100%;
    height: 70vh;
    background-color: rgb(30, 30, 30);
    color: white;
    font-family: 'Montserrat', sans-serif;
}
td {
    width: 25%;
    text-align: center;
    font-size: 25px;
    background-color: rgb(20, 20, 20);
}
td:hover {
    background-color: rgb(30, 30, 30);
    cursor: pointer;
}
#resultArea {
    background-color: rgb(40, 40, 40);
    color: white;
    font-size: 64px;
    display: flex;
    justify-content: right;
    align-items: flex-end;
    padding: 24px;
    box-sizing: border-box;
    height: 20vh; 
}
#result{
    background-color: rgb(233, 96, 4);
}
#result:hover {
    background-color: rgb(236, 125, 52);
}
#highlight {
    background-color: rgb(25, 25, 25);
}
.png {
    
    color: rgb(250, 142, 2);
    font-size: 30px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
}
#berk {
    color: tomato;
    font-size: 30px;
}
#Löschentaste {
    color: red;
}